home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFKOD_P / TFKOD_P.txt
Text File  |  2002-03-27  |  2KB  |  97 lines

  1. object fKod_p: TfKod_p
  2.   Left = 329
  3.   Top = 260
  4.   Hint = 'Ustaw kod pocztowy w danych firmy'
  5.   BorderStyle = bsSingle
  6.   Caption = 'Wprowad'#378' dane kodu pocztowego'
  7.   ClientHeight = 169
  8.   ClientWidth = 393
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 24
  23.     Top = 16
  24.     Width = 67
  25.     Height = 13
  26.     Caption = 'Kod pocztowy'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 24
  30.     Top = 40
  31.     Width = 61
  32.     Height = 13
  33.     Caption = 'Miejscowo'#347#263
  34.   end
  35.   object Label3: TLabel
  36.     Left = 24
  37.     Top = 64
  38.     Width = 32
  39.     Height = 13
  40.     Caption = 'Powiat'
  41.   end
  42.   object Label4: TLabel
  43.     Left = 24
  44.     Top = 96
  45.     Width = 67
  46.     Height = 13
  47.     Caption = 'Wojew'#243'dztwo'
  48.   end
  49.   object eKod_p: TEdit
  50.     Left = 120
  51.     Top = 8
  52.     Width = 89
  53.     Height = 21
  54.     TabOrder = 0
  55.   end
  56.   object eMiejscowosc: TEdit
  57.     Left = 120
  58.     Top = 32
  59.     Width = 265
  60.     Height = 21
  61.     TabOrder = 1
  62.   end
  63.   object ePowiat: TEdit
  64.     Left = 120
  65.     Top = 56
  66.     Width = 121
  67.     Height = 21
  68.     TabOrder = 2
  69.   end
  70.   object cb: TComboBox
  71.     Left = 120
  72.     Top = 88
  73.     Width = 145
  74.     Height = 21
  75.     ItemHeight = 13
  76.     TabOrder = 3
  77.   end
  78.   object bRezygnuj: TButton
  79.     Left = 312
  80.     Top = 136
  81.     Width = 75
  82.     Height = 25
  83.     Caption = '&Rezygnuj'
  84.     TabOrder = 4
  85.     OnClick = bRezygnujClick
  86.   end
  87.   object bZapisz: TButton
  88.     Left = 216
  89.     Top = 136
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&Zapisz'
  93.     TabOrder = 5
  94.     OnClick = bZapiszClick
  95.   end
  96. end
  97.